home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FCHEK284.ZIP
/
test
/
unixincluded.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-06
|
243 b
|
17 lines
# 1 "unixinclude.f"
integer n
# 1 "./unixdefs.h"
integer x
logical a
common n
# 3 "unixinclude.f"
call foo(x)
a = x .eq. n
end
subroutine foo(m)
common n
n = 1
m = 2
end